'Declaration
Public Function GetTableRect( _ ByVal OCRResultID As String, _ ByVal TableIdx As Integer, _ ByRef Left As Integer, _ ByRef Top As Integer, _ ByRef Width As Integer, _ ByRef Height As Integer _ ) As GdPictureStatus
public GdPictureStatus GetTableRect( string OCRResultID, int TableIdx, out int Left, out int Top, out int Width, out int Height )
public function GetTableRect( OCRResultID: String; TableIdx: Integer; Out Left: Integer; Out Top: Integer; Out Width: Integer; Out Height: Integer ): GdPictureStatus;
public function GetTableRect( OCRResultID : String, TableIdx : int, Left : int, Top : int, Width : int, Height : int ) : GdPictureStatus;
public: GdPictureStatus GetTableRect( string* OCRResultID, int TableIdx, [PARAMFLAG::Out] int Left, [PARAMFLAG::Out] int Top, [PARAMFLAG::Out] int Width, [PARAMFLAG::Out] int Height )
public: GdPictureStatus GetTableRect( String^ OCRResultID, int TableIdx, [Out] int Left, [Out] int Top, [Out] int Width, [Out] int Height )
Parameters
- OCRResultID
- TableIdx
- Left
- Top
- Width
- Height